String Schema
PassportCitizenOfForeignCountryEverSinceType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
Nationality Element IsCitizenOfForeignCountry Element Sequence PassportCitizenOfForeignCountryEverSinceType Complex Type
Overview
Sequence
IsCitizenOfForeignCountry optional xs:boolean
Nationality optional xs:string
Used By
CitizenOfForeignCountryEverSince Element
Source
<xs:complexType name="PassportCitizenOfForeignCountryEverSinceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="IsCitizenOfForeignCountry" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true" />
    <xs:element name="Nationality" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.